ImageGear Professional v18.2 > User Guide > Installing, Licensing, and Distributing ImageGear > Minimum Requirements |
Before installing ImageGear Professional for Unix, make sure that your computer system meets the minimum requirements detailed in this section (this is applicable to both i386 and x86_64 platforms).
Supported Operating Systems:
![]() |
ImageGear will also run on other Linux distributions, as long as those fully satisfy the requirements listed in this section. |
Detailed requirements for libraries:
![]() |
By default, C libraries are being built with thread local storage enabled. Please make sure to use such kind of libraries, i.e., they should be built without ‘--without-tls’ compiler flag. |
To install all required packages, do the following:
RPM package:
Copy Code
|
|
---|---|
yum install gcc gcc-c++ libX11-devel |
DEB package:
Copy Code
|
|
---|---|
apt-get install g++ libx11-dev
|
To build/run GUI samples, additional packages are required:
To install them, do the following:
RPM package:
Copy Code
|
|
---|---|
yum install libXt-devel libXext-devel libXp libXp-devel openmotif openmotif-devel make cmake |
DEB package:
Copy Code
|
|
---|---|
apt-get install libmotif3 libmotif-dev libxext-dev libxp-dev cmake
|